auto merge of #101 : alexcrichton/cargo/fix-git-1.7, r=wycats
authorbors <bors@rust-lang.org>
Tue, 1 Jul 2014 04:15:54 +0000 (04:15 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Jul 2014 04:15:54 +0000 (04:15 +0000)
commit4cffb55de3743f2299c960e1ef78515bfe98da40
tree8d04f9cc68aea2e03d854c1fd8de059819af9a21
parent55d48e10327a49246f13a4f54c4a7ae7a2f78bad
parentd4cc40add1cd36b23f26412d1741ff33ed71e9a8
auto merge of #101 : alexcrichton/cargo/fix-git-1.7, r=wycats

Apparently these versions of git are broken for `git fetch $url`, so we have to
resort to `git fetch origin` and then just pray that it hasn't changed in the
meantime.